`:top
`!Object Query Language`! est une extension du langage `F33f`_`[SQL`:/page/wikibook/entry.mu`zim=wikipedia_fr_all_nopic_2025-10.zim|entry_path=Structured_Query_Language]`_`f pour `F33f`_`[base de données orientée objet`:/page/wikibook/entry.mu`zim=wikipedia_fr_all_nopic_2025-10.zim|entry_path=Base_de_données_orientée_objet]`_`f, langage de requête utilisé pour interroger des `F33f`_`[SGBDO`:/page/wikibook/entry.mu`zim=wikipedia_fr_all_nopic_2025-10.zim|entry_path=SGBDO]`_`f, normalisé par l'`F33f`_`[ODMG`:/page/wikibook/entry.mu`zim=wikipedia_fr_all_nopic_2025-10.zim|entry_path=ODMG]`_`f`:cite-ref-1[`F5bf`_`[1`#cite-note-1]`_`f].
Ce langage est typé (les requêtes retournent des objets), et utilise les règles du `F33f`_`[polymorphisme`:/page/wikibook/entry.mu`zim=wikipedia_fr_all_nopic_2025-10.zim|entry_path=Polymorphisme_(informatique)]`_`f.
>>Contents
• `F0af`_`[Exemple`#exemple]`_`f
• `F0af`_`[Références`#r-f-rences]`_`f
• `F0af`_`[Voir aussi`#voir-aussi]`_`f
-─
>>Exemple
Moyenne de la capacité de la RAM des PC de la base, par constructeur :
`B100`F9d9SELECT manufacturer, AVG(SELECT part.pc.ram FROM partition part)`f`b
`B100`F9d9FROM PCs pc`f`b
`B100`F9d9GROUP BY manufacturer: pc.manufacturer;`f`b
>>Références
`:cite-note-1`!1.`! `F0af`_`[↑`#cite-ref-1]`_`f `:by-r-g-g-cattell-douglas-k-barry-mark-berler-jeff-eastman-david-jordan-craig-russell-olaf-schadow-torsten-stanienda-and-fernando-velez2000`a`:edited-by-r-g-g-cattell-douglas-k-barry-mark-berler-jeff-eastman-david-jordan-craig-russell-olaf-schadow-torsten-stanienda-and-fernando-velez2000`a(en) Edited by R. G.G. Cattell, Douglas K. Barry, Mark Berler, Jeff Eastman,David Jordan, Craig Russell, Olaf Schadow, Torsten Stanienda, and Fernando Velez, The Object Data Management Standard: ODMG 3.0, Morgan Kaufmann, 2000 (`F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_fr_all_nopic_2025-10.zim|entry_path=International_Standard_Book_Number]`_`f 1-55860-647-5)
>>Voir aussi
• Object Definition Language (ja)
• Portail de la programmation informatique
• Portail des bases de données
`c`F0af`_`[↑ Back to top`#top]`_`f`a